home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / ISERVER.ZIP / MFCISAPI.ZIP / CBISAPI.ODL < prev    next >
Text File  |  1997-01-04  |  2KB  |  60 lines

  1. // cbisapi.odl : type library source for cbisapi.dll
  2.  
  3. // This file will be processed by the Make Type Library (mktyplib) tool to
  4. // produce the type library (cbisapi.tlb).
  5.  
  6. [ uuid(A3B7D302-647C-11D0-A7B2-444553540000), version(1.0) ]
  7. library Cbisapi
  8. {
  9.     importlib("stdole32.tlb");
  10.     
  11.  
  12.     //  Primary dispatch interface for CIsapiServer
  13.     
  14.     [ uuid(A3B7D305-647C-11D0-A7B2-444553540000) ]
  15.     dispinterface IIsapiServer
  16.     {
  17.         properties:
  18.             // NOTE - ClassWizard will maintain property information here.
  19.             //    Use extreme caution when editing this section.
  20.             //{{AFX_ODL_PROP(CIsapiServer)
  21.             [id(1)] long RetVal;
  22.             [id(2)] long StatCode;
  23.             [id(3)] BSTR Method;
  24.             [id(4)] BSTR QueryString;
  25.             [id(5)] BSTR PathInfo;
  26.             [id(6)] BSTR PathTranslated;
  27.             [id(7)] long ContentLength;
  28.             [id(8)] BSTR Content;
  29.             [id(9)] BSTR ContentType;
  30.             //}}AFX_ODL_PROP
  31.             
  32.         methods:
  33.             // NOTE - ClassWizard will maintain method information here.
  34.             //    Use extreme caution when editing this section.
  35.             //{{AFX_ODL_METHOD(CIsapiServer)
  36.             [id(10)] boolean Write(BSTR* data);
  37.             [id(11)] boolean ServerVariable(BSTR* Variable, BSTR* Result);
  38.             [id(12)] boolean WriteLine(VARIANT idata);
  39.             [id(13)] boolean WriteByte(short byte);
  40.             [id(14)] boolean ServerSupport(VARIANT Function, BSTR* Data, long* Size, BSTR* DataType);
  41.             [id(15)] boolean ServerDoneSession();
  42.             [id(16)] boolean Redirect(VARIANT url);
  43.             [id(17)] boolean SendURL(VARIANT url);
  44.             [id(18)] boolean SendHeaders(VARIANT Status, VARIANT Headers);
  45.             [id(19)] boolean MapURL2Path(VARIANT urlpath);
  46.             //}}AFX_ODL_METHOD
  47.  
  48.     };
  49.  
  50.     //  Class information for CIsapiServer
  51.  
  52.     [ uuid(A3B7D306-647C-11D0-A7B2-444553540000) ]
  53.     coclass ISAPISERVER
  54.     {
  55.         [default] dispinterface IIsapiServer;
  56.     };
  57.  
  58.     //{{AFX_APPEND_ODL}}
  59. };
  60.